Configurates
C1.Web.Mvc.MenuBase<T>.SubItemsPath. Sets the name of the property that contains an array with items to be displayed in a sub-menu.
Syntax
'Declaration
Public Function SubItemsPath( _
ByVal As String _
) As TBuilder
public TBuilder SubItemsPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also